summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/runtime/runtime.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <[email protected]>2015-09-28 18:37:14 +0200
committerAllan Sandfeld Jensen <[email protected]>2015-09-29 07:47:06 +0000
commit0e8ff63a407fe323e215bb1a2c423c09a4747c8a (patch)
treee27e357e125d2d705bd504e1e3c8a3da1ed20f1d /chromium/v8/src/runtime/runtime.h
parentc3d0bb5bb15d008606b18b865841e19cd9bb5847 (diff)
BASELINE: Update chromium to 45.0.2454.101upstream-45
Also adds web_cache component Change-Id: I51238ceea8ee99854cc4989ae70a4fc2fc6bedcb Reviewed-by: Kai Koehne <[email protected]>
Diffstat (limited to 'chromium/v8/src/runtime/runtime.h')
-rw-r--r--chromium/v8/src/runtime/runtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/v8/src/runtime/runtime.h b/chromium/v8/src/runtime/runtime.h
index da1ae40ba06..c4f74e7de11 100644
--- a/chromium/v8/src/runtime/runtime.h
+++ b/chromium/v8/src/runtime/runtime.h
@@ -483,7 +483,8 @@ namespace internal {
F(IsStrong, 1, 1) \
F(ClassOf, 1, 1) \
F(DefineGetterPropertyUnchecked, 4, 1) \
- F(DefineSetterPropertyUnchecked, 4, 1)
+ F(DefineSetterPropertyUnchecked, 4, 1) \
+ F(IsAccessCheckNeeded, 1, 1)
#define FOR_EACH_INTRINSIC_OBSERVE(F) \