summaryrefslogtreecommitdiff
path: root/deps/v8/src/bootstrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/bootstrapper.h')
-rw-r--r--deps/v8/src/bootstrapper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/v8/src/bootstrapper.h b/deps/v8/src/bootstrapper.h
index e3ba8c06f2..4ad02eb836 100644
--- a/deps/v8/src/bootstrapper.h
+++ b/deps/v8/src/bootstrapper.h
@@ -18,7 +18,7 @@ namespace internal {
// (array.js, etc.) to precompiled functions. Instead of mapping
// names to functions it might make sense to let the JS2C tool
// generate an index for each native JS file.
-class SourceCodeCache final BASE_EMBEDDED {
+class SourceCodeCache final {
public:
explicit SourceCodeCache(Script::Type type) : type_(type), cache_(nullptr) {}
@@ -122,8 +122,7 @@ class Bootstrapper final {
DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
};
-
-class BootstrapperActive final BASE_EMBEDDED {
+class BootstrapperActive final {
public:
explicit BootstrapperActive(Bootstrapper* bootstrapper)
: bootstrapper_(bootstrapper) {