Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| index ce8fe93c57a6d91bdae70e8d4fa6c3f970b7aeac..f63c8a3d776ed031eb550d580e21c0cdb4aa56d7 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| @@ -118,24 +118,15 @@ class CORE_EXPORT V8ScriptRunner final { |
| v8::Isolate*); |
| static v8::MaybeLocal<v8::Object> instantiateObject( |
|
jbroman
2017/02/21 22:10:28
You have deleted the definition of this function,
adithyas
2017/02/21 22:37:41
Oops, forgot to do that.
|
| v8::Isolate*, |
| - v8::Local<v8::ObjectTemplate>); |
| - static v8::MaybeLocal<v8::Object> instantiateObject( |
| - v8::Isolate*, |
| v8::Local<v8::Function>, |
| int argc = 0, |
| v8::Local<v8::Value> argv[] = 0); |
| - static v8::MaybeLocal<v8::Object> instantiateObjectInDocument( |
| - v8::Isolate*, |
| - v8::Local<v8::Function>, |
| - ExecutionContext*, |
| - int argc = 0, |
| - v8::Local<v8::Value> argv[] = 0); |
| static uint32_t tagForParserCache(CachedMetadataHandler*); |
| static uint32_t tagForCodeCache(CachedMetadataHandler*); |
| static void setCacheTimeStamp(CachedMetadataHandler*); |
| - // Utiltiies for calling functions added to the V8 extras binding object. |
| + // Utilities for calling functions added to the V8 extras binding object. |
| template <size_t N> |
| static v8::MaybeLocal<v8::Value> callExtra(ScriptState* scriptState, |