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

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: 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.h ('k') | Source/bindings/v8/V8DOMWrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8AdaptorFunction.cpp
diff --git a/Source/bindings/v8/V8AdaptorFunction.cpp b/Source/bindings/v8/V8AdaptorFunction.cpp
index 82bf9970afc8d5825e32cda777f0a67af9ff5a08..ec5cc4145084ef0677e0f8a27f092c50a58781ad 100644
--- a/Source/bindings/v8/V8AdaptorFunction.cpp
+++ b/Source/bindings/v8/V8AdaptorFunction.cpp
@@ -34,8 +34,6 @@
#include "bindings/v8/V8PerIsolateData.h"
#include "wtf/Vector.h"
-#if ENABLE(CUSTOM_ELEMENTS)
-
namespace WebCore {
WrapperTypeInfo V8AdaptorFunction::info = { V8AdaptorFunction::getTemplate, 0, 0, 0, 0, 0, 0, WrapperTypeObjectPrototype };
@@ -86,5 +84,3 @@ v8::Handle<v8::Function> V8AdaptorFunction::wrap(v8::Handle<v8::Object> object,
}
} // namespace WebCore
-
-#endif // ENABLE(CUSTOM_ELEMENTS)
« no previous file with comments | « Source/bindings/v8/V8AdaptorFunction.h ('k') | Source/bindings/v8/V8DOMWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698