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

Unified Diff: Source/bindings/v8/V8AdaptorFunction.cpp

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/V8AdaptorFunction.cpp
diff --git a/Source/bindings/v8/V8AdaptorFunction.cpp b/Source/bindings/v8/V8AdaptorFunction.cpp
index c97b593b84633dd3f34110bf12b66704fa85a2a4..5463595d9311c42c5cb5798f8826f895a4ab441b 100644
--- a/Source/bindings/v8/V8AdaptorFunction.cpp
+++ b/Source/bindings/v8/V8AdaptorFunction.cpp
@@ -34,7 +34,6 @@
#include "V8PerIsolateData.h"
#include <wtf/Vector.h>
-#if ENABLE(CUSTOM_ELEMENTS)
namespace WebCore {
@@ -87,4 +86,3 @@ v8::Handle<v8::Function> V8AdaptorFunction::wrap(v8::Handle<v8::Object> object,
} // namespace WebCore
-#endif // ENABLE(CUSTOM_ELEMENTS)

Powered by Google App Engine
This is Rietveld 408576698