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

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: Removing flag from features.gypi 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
Index: Source/bindings/v8/V8DOMWrapper.h
diff --git a/Source/bindings/v8/V8DOMWrapper.h b/Source/bindings/v8/V8DOMWrapper.h
index 18441a9e12fec2dee989249ca3841ec536ada101..1c6072b54f117e7afdc8b78486c7d9d4a69f08f8 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)

Powered by Google App Engine
This is Rietveld 408576698