Index: third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp |
index 81c24eb0711183bd03fff278169c039b4af53845..9e78376c2a6b57bcefac837bc84a17bbe28db0a6 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp |
@@ -62,4 +62,9 @@ v8::Local<v8::Object> ScriptWrappable::associateWithWrapper(v8::Isolate* isolate |
return V8DOMWrapper::associateObjectWithWrapper(isolate, this, wrapperTypeInfo, wrapper); |
} |
+bool ScriptWrappable::hasPendingActivity() const |
+{ |
+ return false; |
+} |
+ |
} // namespace blink |