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

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

Issue 23513085: Incorporating review feedback from https://codereview.chromium.org/24294002/ (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 7 years, 3 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 4e763a34a2074804e2445c08c6d84d2d3a05f31b..fb9dfa5c532cf949809543addd7686562428f579 100644
--- a/Source/bindings/dart/DartUtilities.h
+++ b/Source/bindings/dart/DartUtilities.h
@@ -475,7 +475,6 @@ public:
static bool isBlob(Dart_Handle);
static bool isImageData(Dart_Handle);
static bool isIDBKeyRange(Dart_Handle);
- static bool objectIsType(Dart_Handle, const char* libraryName, const char* typeName);
static bool isTypeSubclassOf(Dart_Handle type, const char* libraryName, const char* typeName);
static bool isTypedData(Dart_Handle);
@@ -548,6 +547,8 @@ public:
private:
static PassRefPtr<StringImpl> toStringImpl(Dart_Handle, intptr_t charsize, intptr_t strlength, Dart_Handle& exception);
+ static bool objectIsClass(Dart_Handle, Dart_Handle cls);
siva 2013/09/20 23:18:54 In the dart API we have moved away from using the
+ static bool objectIsType(Dart_Handle, const char* libraryName, const char* typeName);
};
class DartIsolateScope {
« 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