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

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

Issue 26789007: Add a native subtype of function that uses the native C++ class hierarchy to check if an element (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/DartNativeUtilities.cpp ('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
===================================================================
--- Source/bindings/dart/DartUtilities.h (revision 1437)
+++ Source/bindings/dart/DartUtilities.h (working copy)
@@ -30,7 +30,6 @@
#ifndef DartUtilities_h
#define DartUtilities_h
-
#include "DartWebkitClassIds.h"
#include "bindings/dart/DartDOMData.h"
@@ -477,7 +476,6 @@
static Dart_Handle dateToDart(double);
static double dartToDate(Dart_Handle, Dart_Handle&);
static double dartToDate(Dart_NativeArguments args, int idx, Dart_Handle&);
- static bool isHtmlElement(DartDOMData*, Dart_Handle);
static bool isDateTime(DartDOMData*, Dart_Handle);
static bool isBlob(DartDOMData*, Dart_Handle);
static bool isImageData(DartDOMData*, Dart_Handle);
« no previous file with comments | « Source/bindings/dart/DartNativeUtilities.cpp ('k') | Source/bindings/dart/DartUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698