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

Unified Diff: Source/bindings/dart/DartDOMData.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/DartCustomElementWrapper.cpp ('k') | Source/bindings/dart/DartDOMWrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartDOMData.h
===================================================================
--- Source/bindings/dart/DartDOMData.h (revision 1437)
+++ Source/bindings/dart/DartDOMData.h (working copy)
@@ -32,7 +32,9 @@
#define DartDOMData_h
#include "DartWebkitClassIds.h"
+
#include "bindings/dart/DartCustomElementBinding.h"
+#include "bindings/dart/DartLibraryIds.h"
#include "bindings/dart/DartStringCache.h"
#include "wtf/HashMap.h"
@@ -47,19 +49,6 @@
namespace WebCore {
-enum {
- DartCoreLibraryId = 0,
- DartTypedDataLibraryId,
- DartHtmlLibraryId,
- DartIndexedDbLibraryId,
- DartSvgLibraryId,
- DartWebAudioLibraryId,
- DartWebGlLibraryId,
- DartWebSqlLibraryId,
-
- NumDartLibraryIds,
-};
-
class ActiveDOMObject;
class CustomElementDefinition;
class DOMWindow;
« no previous file with comments | « Source/bindings/dart/DartCustomElementWrapper.cpp ('k') | Source/bindings/dart/DartDOMWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698