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

Unified Diff: Source/core/features.gypi

Issue 15004016: Remove VTable-based binding integrity now that ScriptWrappable-based binding integrity is implement… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, remove ImplementationLacksVTable attribute from template. Created 7 years, 7 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/core/dom/TreeWalker.idl ('k') | Source/core/fileapi/FileError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index b9dd9ee73e2afd03884f23b03c5cf2a5b4af39df..ac34dc227f0fb41c563b726d8d61c76b361bda9f 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -97,11 +97,6 @@
'feature_defines': [
# 8Bit text runs should be enabled for all platforms webkit.org/b/111348
'ENABLE_8BIT_TEXTRUN=1',
- 'ENABLE_BINDING_INTEGRITY=1',
- ],
- }, { # OS!="linux"
- 'feature_defines': [
- 'ENABLE_BINDING_INTEGRITY=0',
],
}],
# Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg.
« no previous file with comments | « Source/core/dom/TreeWalker.idl ('k') | Source/core/fileapi/FileError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698