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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h

Issue 2170383002: CustomElements: adopt node (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge conflict resolution Created 4 years, 4 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/core/v8/ScriptCustomElementDefinitionBuilder.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
index 4293471a6447b77445ebfe541734ed3f8168fb02..695adca3a7c6d474efd21b23fc3203498fd73275 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
@@ -52,6 +52,7 @@ private:
v8::Local<v8::Object> m_prototype;
v8::Local<v8::Function> m_connectedCallback;
v8::Local<v8::Function> m_disconnectedCallback;
+ v8::Local<v8::Function> m_adoptedCallback;
v8::Local<v8::Function> m_attributeChangedCallback;
HashSet<AtomicString> m_observedAttributes;
ExceptionState& m_exceptionState;

Powered by Google App Engine
This is Rietveld 408576698