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

Unified Diff: Source/bindings/v8/V8DOMWrapper.h

Issue 14083009: Remove ENABLE_CUSTOM_ELEMENTS compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing. Created 7 years, 8 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/v8/V8AdaptorFunction.cpp ('k') | Source/bindings/v8/V8DOMWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8DOMWrapper.h
diff --git a/Source/bindings/v8/V8DOMWrapper.h b/Source/bindings/v8/V8DOMWrapper.h
index f0dcf91e06ec5b97f41de2a7eb65f1fdb55c04a2..3c3fde170637f883242b6f850420a4227d478efd 100644
--- a/Source/bindings/v8/V8DOMWrapper.h
+++ b/Source/bindings/v8/V8DOMWrapper.h
@@ -63,12 +63,10 @@ namespace WebCore {
static bool isDOMWrapper(v8::Handle<v8::Value>);
static bool isWrapperOfType(v8::Handle<v8::Value>, WrapperTypeInfo*);
-#if ENABLE(CUSTOM_ELEMENTS)
// Used for V8WrapAsFunction, which is used only by CUSTOM_ELEMENTS
static v8::Handle<v8::Function> toFunction(v8::Handle<v8::Value>);
static v8::Handle<v8::Function> toFunction(v8::Handle<v8::Object>, const AtomicString& name, v8::Isolate*);
static v8::Handle<v8::Object> fromFunction(v8::Handle<v8::Object>);
-#endif // ENABLE(CUSTOM_ELEMENTS)
};
inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, WrapperTypeInfo* type, void* object)
« no previous file with comments | « Source/bindings/v8/V8AdaptorFunction.cpp ('k') | Source/bindings/v8/V8DOMWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698