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

Unified Diff: tools/dom/templates/html/dartium/cpp_implementation.template

Issue 224993003: Refactor the class id generation code a bit to make it possible to have toActiveDOMObject, ToEventT… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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: tools/dom/templates/html/dartium/cpp_implementation.template
===================================================================
--- tools/dom/templates/html/dartium/cpp_implementation.template (revision 34719)
+++ tools/dom/templates/html/dartium/cpp_implementation.template (working copy)
@@ -27,7 +27,4 @@
return 0;
}
-const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
-const int Dart$(INTERFACE)::dartImplementationLibraryId = $(DART_IMPLEMENTATION_LIBRARY_ID);
-const int Dart$(INTERFACE)::dartClassId = $(INTERFACE)ClassId;
-}
+} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698