Chromium Code Reviews| 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 |