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

Unified Diff: Source/bindings/dart/DartUtilities.h

Issue 27769002: Fixing custom element type extensions to have correct native type (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
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
« no previous file with comments | « Source/bindings/dart/DartDOMWrapper.h ('k') | Source/bindings/dart/DartUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartUtilities.h
diff --git a/Source/bindings/dart/DartUtilities.h b/Source/bindings/dart/DartUtilities.h
index 31508126173392645d37fb33e2f336e5026708e6..e1431e6adf4a817f35bf15c74db679627a746f03 100644
--- a/Source/bindings/dart/DartUtilities.h
+++ b/Source/bindings/dart/DartUtilities.h
@@ -478,7 +478,7 @@ public:
static double dartToDate(Dart_NativeArguments args, int idx, Dart_Handle&);
static bool isDateTime(DartDOMData*, Dart_Handle);
static bool isTypeSubclassOf(Dart_Handle type, intptr_t libraryId, const char* typeName);
- static bool isTypeSubclassOfTag(Dart_Handle type, const String& tagName);
+ static Dart_Handle getAndValidateNativeType(Dart_Handle type, const String& tagName);
static bool objectIsType(Dart_Handle, Dart_Handle type);
static bool isTypedData(Dart_Handle);
« no previous file with comments | « Source/bindings/dart/DartDOMWrapper.h ('k') | Source/bindings/dart/DartUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698