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

Unified Diff: Source/bindings/scripts/unstable/v8_interface.py

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary ALLOW_UNUSED from the binding generator Created 7 years 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/scripts/unstable/v8_interface.py
diff --git a/Source/bindings/scripts/unstable/v8_interface.py b/Source/bindings/scripts/unstable/v8_interface.py
index 1b34edb89de7efe6c75c1e759f34eb0f79837677..3eb3d6575fe0565f5613333cf2837e6da932b898 100644
--- a/Source/bindings/scripts/unstable/v8_interface.py
+++ b/Source/bindings/scripts/unstable/v8_interface.py
@@ -57,7 +57,6 @@ INTERFACE_CPP_INCLUDES = set([
'core/dom/ContextFeatures.h',
'core/dom/Document.h',
'platform/TraceEvent.h',
- 'wtf/UnusedParam.h',
])

Powered by Google App Engine
This is Rietveld 408576698