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

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

Issue 25626002: Generate a library ID instead of a library name, so that the ID can be used (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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_header.template
===================================================================
--- tools/dom/templates/html/dartium/cpp_header.template (revision 28179)
+++ tools/dom/templates/html/dartium/cpp_header.template (working copy)
@@ -15,7 +15,7 @@
struct Dart$INTERFACE {
static const char* const dartImplementationClassName;
- static const char* const dartImplementationLibraryName;
+ static const int dartImplementationLibraryId;
static const int dartClassId;
typedef $WEBCORE_CLASS_NAME NativeType;
static const bool isNode = $IS_NODE;

Powered by Google App Engine
This is Rietveld 408576698