Remove V8_INLINE from v8-util.h.
authorvogelheim@chromium.org <vogelheim@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 2 Apr 2014 12:07:10 +0000 (12:07 +0000)
committervogelheim@chromium.org <vogelheim@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 2 Apr 2014 12:07:10 +0000 (12:07 +0000)
commitebe0c79594c77fe346ec61cbe8ceb72c41653cdb
treec74bc9856ebfc485092d1d8c7cb7248a6e5b67d3
parent4e406004854471b2964c8a07f054b9ecc6aa7f3c
Remove V8_INLINE from v8-util.h.

(These have been causing compilation problems on some
platforms. For VS, V8_INLINE turns into 'force inline',
which will then cause a problem when the compiler won't
actually inline. Search for "C4714 warning" for details.)

BUG=
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/212693006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20432 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8-util.h