Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h

Issue 2130883002: [OriginTrials] Allow origin trials to be installed without an instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
index 040b4b3783ca6b294ee408b18a8bf61246def4c0..e88e2b7828fb79e692059b16041f71b145fa07e2 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
@@ -89,12 +89,16 @@ public:
CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate);
static void installFeatureName(ScriptState*, v8::Local<v8::Object> instance);
+ static void installFeatureName(ScriptState*);
static void installFeatureName1(ScriptState*, v8::Local<v8::Object> instance);
+ static void installFeatureName1(ScriptState*);
static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance);
+ static void installFeatureName2(ScriptState*);
static void installFeatureName3(ScriptState*, v8::Local<v8::Object> instance);
+ static void installFeatureName3(ScriptState*);
};
template <>

Powered by Google App Engine
This is Rietveld 408576698