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

Unified Diff: Source/bindings/v8/V8AdaptorFunction.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/CustomElementHelpers.cpp ('k') | Source/bindings/v8/V8AdaptorFunction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8AdaptorFunction.h
diff --git a/Source/bindings/v8/V8AdaptorFunction.h b/Source/bindings/v8/V8AdaptorFunction.h
index 0e2557003534de0dc458c4da84ac8567210903a7..9df2c86d97d53adbf9fdb00bd799e92135e91be5 100644
--- a/Source/bindings/v8/V8AdaptorFunction.h
+++ b/Source/bindings/v8/V8AdaptorFunction.h
@@ -36,8 +36,6 @@
#include "bindings/v8/WrapperTypeInfo.h"
#include "wtf/PassRefPtr.h"
-#if ENABLE(CUSTOM_ELEMENTS)
-
namespace WebCore {
//
@@ -78,5 +76,4 @@ inline v8::Handle<v8::Function> V8AdaptorFunction::get(v8::Handle<v8::Object> ob
} // namespace WebCore
-#endif // ENABLE(CUSTOM_ELEMENTS)
#endif // V8AdaptorFunction_h
« no previous file with comments | « Source/bindings/v8/CustomElementHelpers.cpp ('k') | Source/bindings/v8/V8AdaptorFunction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698