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

Unified Diff: lib/dom/templates/dom/native/cpp_implementation.template

Issue 10383302: Move dart:dom implementation classes to dart:html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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: lib/dom/templates/dom/native/cpp_implementation.template
diff --git a/lib/dom/templates/dom/native/cpp_implementation.template b/lib/dom/templates/dom/native/cpp_implementation.template
index 6f54e9cacbfba2b8c60ba7326b6794e17b7b06b5..ac4e96dd268e2951e8a4b4dc7ac6fd558952823f 100644
--- a/lib/dom/templates/dom/native/cpp_implementation.template
+++ b/lib/dom/templates/dom/native/cpp_implementation.template
@@ -22,6 +22,6 @@ $RESOLVER
return 0;
}
-const char* const Dart$(INTERFACE)::dartImplementationClassName = "$(INTERFACE)Implementation";
+const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
}

Powered by Google App Engine
This is Rietveld 408576698