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

Unified Diff: Source/core/dom/Document.h

Issue 19002005: Share Custom Element registration contexts between related documents. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak the test to do lazy wrapping in both cases. Created 7 years, 5 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/core/dom/DOMImplementation.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 0bfe2ed0bf463d678fb8a017102ea679066e97ab..c54de1e0830b6ed839d26ddd09de2023873475d2 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -994,6 +994,7 @@ public:
ScriptValue registerElement(WebCore::ScriptState*, const AtomicString& name, ExceptionCode&);
ScriptValue registerElement(WebCore::ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionCode&);
CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); }
+ void setRegistrationContext(PassRefPtr<CustomElementRegistrationContext>);
void setImport(HTMLImport*);
HTMLImport* import() const { return m_import; }
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698