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

Unified Diff: sdk/lib/html/templates/html/dartium/cpp_header.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_header.template
diff --git a/sdk/lib/html/templates/html/dartium/cpp_header.template b/sdk/lib/html/templates/html/dartium/cpp_header.template
index 3c1cb5c0d7b38235f50dac2e7dd8fed43a742235..bbe5835ba6b076a70e911b43132560071e6ebf0c 100644
--- a/sdk/lib/html/templates/html/dartium/cpp_header.template
+++ b/sdk/lib/html/templates/html/dartium/cpp_header.template
@@ -15,6 +15,7 @@ namespace WebCore {
struct Dart$INTERFACE {
static const char* const dartImplementationClassName;
+ static const char* const dartImplementationLibraryName;
typedef $WEBCORE_CLASS_NAME NativeType;
static const bool isNode = $IS_NODE;
static const bool isActive = $IS_ACTIVE;

Powered by Google App Engine
This is Rietveld 408576698