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

Unified Diff: Source/bindings/tests/results/core/V8TestInterface3.h

Issue 1202683002: bindings: Supports per-member [Exposed] for attributes on prototype. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 5 years, 6 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: Source/bindings/tests/results/core/V8TestInterface3.h
diff --git a/Source/bindings/tests/results/core/V8TestInterface3.h b/Source/bindings/tests/results/core/V8TestInterface3.h
index b5e8e91718fe3a0250e107cd2d339a42b41a7fdb..2e9cdd4b646f37acf95070f869d29cb80c0602aa 100644
--- a/Source/bindings/tests/results/core/V8TestInterface3.h
+++ b/Source/bindings/tests/results/core/V8TestInterface3.h
@@ -45,7 +45,7 @@ public:
static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8::Array>&);
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
- static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
+ static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { }
};
template <>
« no previous file with comments | « Source/bindings/tests/results/core/V8TestInterface2.h ('k') | Source/bindings/tests/results/core/V8TestInterfaceAccessors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698