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

Unified Diff: Source/bindings/templates/partial_interface.h

Issue 1085453003: IDL: Add support for [Unscopeable] on attributes and methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixes Created 5 years, 8 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
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/templates/partial_interface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/templates/partial_interface.h
diff --git a/Source/bindings/templates/partial_interface.h b/Source/bindings/templates/partial_interface.h
index 160a3936ee6a97debd90b6bcd178a43b28478fc8..b85998950a8b3e41cca5b1e93f8b2ce95655aec3 100644
--- a/Source/bindings/templates/partial_interface.h
+++ b/Source/bindings/templates/partial_interface.h
@@ -29,7 +29,7 @@ public:
{% endif %}
{% endfor %}
{# Custom internal fields #}
- static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*);
+ static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>);
private:
static void install{{v8_class}}Template(v8::Local<v8::FunctionTemplate>, v8::Isolate*);
};
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/templates/partial_interface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698