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

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

Issue 18332025: Split CustomElementRegistry into a registration context and a registry. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced to tip. 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 | « no previous file | Source/bindings/v8/CustomElementWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/CustomElementWrapper.h
diff --git a/Source/bindings/v8/CustomElementWrapper.h b/Source/bindings/v8/CustomElementWrapper.h
index 21a04e44c09d4eaa1e07e432e806eed7fa776609..c3cbbe8e58d65cf0395677490c8ba0f825c51be0 100644
--- a/Source/bindings/v8/CustomElementWrapper.h
+++ b/Source/bindings/v8/CustomElementWrapper.h
@@ -39,7 +39,7 @@ namespace WebCore {
class HTMLElement;
class SVGElement;
-template<typename ElementType>
+template<typename ElementType, typename WrapperType>
class CustomElementWrapper {
private:
CustomElementWrapper();
« no previous file with comments | « no previous file | Source/bindings/v8/CustomElementWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698