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

Unified Diff: Source/core/core.gypi

Issue 203603005: Explicitly mark first 2 args of addEventListener/removeEventListener as optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test result (addEventListener.length now 0, not 2) Created 6 years, 9 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/tests/results/V8TestObjectPython.cpp ('k') | Source/core/events/EventTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 37d0c8088089adbf5f27f1bff9109d9ff1230378..da0e73d0f37dd67587b8508cfb0012148ebe5d1a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -447,7 +447,7 @@
'xml/XSLTProcessor.idl',
],
# 'partial interface', target (right side of) 'implements', and
- # static bindings (in bindings/v8/)
+ # interfaces with static bindings (in bindings/v8/)
'core_dependency_idl_files': [
'animation/DocumentAnimation.idl',
'animation/ElementAnimation.idl',
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698