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

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

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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/core/dart/DartService.cpp ('k') | Source/bindings/core/dart/DartUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartUtilities.h
diff --git a/Source/bindings/core/dart/DartUtilities.h b/Source/bindings/core/dart/DartUtilities.h
index 66f617121b3cdbc83d446e5e3d01872aaedeb871..7e90cbb37f09b18c33799d226d8351ca2f7ea3f0 100644
--- a/Source/bindings/core/dart/DartUtilities.h
+++ b/Source/bindings/core/dart/DartUtilities.h
@@ -796,7 +796,7 @@ public:
static Dart_Handle getDartHtmlType(const char* typeName);
static bool isNode(Dart_Handle);
- static Node* dartNodeToNativeNode(void*);
+ static Node* dartNodeToNativeNode(Dart_Handle);
static bool isMessagePort(Dart_Handle);
static MessagePort* dartMessagePortToNativeMessagePort(void*);
« no previous file with comments | « Source/bindings/core/dart/DartService.cpp ('k') | Source/bindings/core/dart/DartUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698