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

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

Issue 10010018: Do not auto-generate instanceOf methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/native/cpp_header.template
diff --git a/lib/dom/templates/dom/native/cpp_header.template b/lib/dom/templates/dom/native/cpp_header.template
index ea89fd7bf04f87a40d213ec73fe4a88c086f32a0..315588a25f72b79d3d04a443cb9d4861034d2dcc 100644
--- a/lib/dom/templates/dom/native/cpp_header.template
+++ b/lib/dom/templates/dom/native/cpp_header.template
@@ -23,11 +23,6 @@ struct Dart$INTERFACE {
return DartDOMWrapper::unwrapDartWrapper<Dart$INTERFACE>(handle, exception);
}
- static bool instanceOf(Dart_Handle handle)
- {
- return DartDOMWrapper::instanceOf(dartImplementationClassName, handle);
- }
-
static Dart_NativeFunction resolver(Dart_Handle name, int argumentCount);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698