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

Unified Diff: Source/bindings/v8/CustomElementConstructorBuilder.h

Issue 17707002: Implement Custom Elements inserted and removed callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/v8/CustomElementConstructorBuilder.h
diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.h b/Source/bindings/v8/CustomElementConstructorBuilder.h
index ddb9b56b0806eacb3009c20cd397464a0c2ddfcd..b58c566d7a049a631bc569cb85bc99f246057d7d 100644
--- a/Source/bindings/v8/CustomElementConstructorBuilder.h
+++ b/Source/bindings/v8/CustomElementConstructorBuilder.h
@@ -78,6 +78,7 @@ public:
private:
bool hasValidPrototypeChainFor(WrapperTypeInfo*) const;
bool prototypeIsValid() const;
+ v8::Handle<v8::Function> retrieveCallback(const char* name) const;
v8::Handle<v8::Context> m_context;
const Dictionary* m_options;

Powered by Google App Engine
This is Rietveld 408576698