| 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 f9f9a4769a1e878bdb5b37652d3951db861f5bf9..3a7fa689fdde64a6febf033d5c5057322503e11f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h
|
| @@ -31,6 +31,7 @@ class V8TestInterfacePartial {
|
| 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);
|
| };
|
|
|