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

Unified Diff: sdk/lib/html/templates/html/dartium/cpp_implementation.template

Issue 11398002: Splitting SVG types out of dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minifying. Created 8 years, 1 month 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: sdk/lib/html/templates/html/dartium/cpp_implementation.template
diff --git a/sdk/lib/html/templates/html/dartium/cpp_implementation.template b/sdk/lib/html/templates/html/dartium/cpp_implementation.template
index 0cd8401ae1480dce5b38cd9a2fff765c40692b73..d06cb8d2a3542daf0e850e9a08bb32c803e89ca6 100644
--- a/sdk/lib/html/templates/html/dartium/cpp_implementation.template
+++ b/sdk/lib/html/templates/html/dartium/cpp_implementation.template
@@ -23,5 +23,6 @@ $RESOLVER
}
const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
+const char* const Dart$(INTERFACE)::dartImplementationLibraryName = "$DART_IMPLEMENTATION_LIBRARY";
}
« no previous file with comments | « sdk/lib/html/templates/html/dartium/cpp_header.template ('k') | sdk/lib/html/templates/html/dartium/html_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698