| 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 125c4af6e69829e617460dd97ce2120c37ca497a..1e3befb2f3bfe673e33cd62a7e2df2c1c6164c50 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h
|
| @@ -17,20 +17,23 @@
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| +
|
| class ScriptState;
|
|
|
| class V8TestInterfacePartial {
|
| - STATIC_ONLY(V8TestInterfacePartial);
|
| -public:
|
| - static void initialize();
|
| - static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - 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);
|
| + STATIC_ONLY(V8TestInterfacePartial);
|
| + public:
|
| + static void initialize();
|
| + static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + 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);
|
| };
|
| -}
|
| -#endif // V8TestInterfacePartial_h
|
| +
|
| +} // namespace blink
|
| +
|
| +#endif // V8TestInterfacePartial_h
|
|
|