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

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

Issue 2458183002: Eagerly install Origin Trial features on window (Closed)
Patch Set: Clean up Created 4 years, 2 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/V8TestConstants.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
index ee96140a182a40fed7d39a7e88253b9c7aa25f9f..20da3d28e7c1016d9793c0bad23efd860b629506 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
@@ -39,13 +39,13 @@ class V8TestConstants {
}
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
- static void installFeatureName1(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
- static void installFeatureName1(ScriptState*, v8::Local<v8::Object> instance);
- static void installFeatureName1(ScriptState*);
+ static void installFeatureName1(const ScriptState*, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
+ static void installFeatureName1(const ScriptState*, v8::Local<v8::Object> instance);
+ static void installFeatureName1(const ScriptState*);
- static void installFeatureName2(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
- static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance);
- static void installFeatureName2(ScriptState*);
+ static void installFeatureName2(const ScriptState*, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
+ static void installFeatureName2(const ScriptState*, v8::Local<v8::Object> instance);
+ static void installFeatureName2(const ScriptState*);
};
template <>

Powered by Google App Engine
This is Rietveld 408576698