Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
index a3d2862cb7463ca4e9dec6f77863167aab18f005..125c4af6e69829e617460dd97ce2120c37ca497a 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
@@ -27,6 +27,7 @@ public: |
static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object>, v8::Local<v8::Function>, v8::Local<v8::FunctionTemplate>); |
static void installOriginTrialPartialFeature(ScriptState*, v8::Local<v8::Object> instance); |
+ static void installOriginTrialPartialFeature(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface); |
static void installOriginTrialPartialFeature(ScriptState*); |
private: |
static void installV8TestInterfaceTemplate(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::FunctionTemplate> interfaceTemplate); |