Index: Source/bindings/v8/custom/V8CSSRuleCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8CSSRuleCustom.cpp b/Source/bindings/v8/custom/V8CSSRuleCustom.cpp |
index 61e39775a1e98d4fcdafce128781651daab890ce..4de6fb5d55a7355577bd691bca800802306f9107 100644 |
--- a/Source/bindings/v8/custom/V8CSSRuleCustom.cpp |
+++ b/Source/bindings/v8/custom/V8CSSRuleCustom.cpp |
@@ -58,7 +58,7 @@ v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContex |
switch (impl->type()) { |
case CSSRule::UNKNOWN_RULE: |
// CSSUnknownRule.idl is explicitly excluded as it doesn't add anything |
- // over CSSRule.idl (see WebCore.gyp/WebCore.gyp: 'bindings_idl_files'). |
+ // over CSSRule.idl (see bindings/derived_sources.gyp: 'idl_files'). |
// -> Use the base class wrapper here. |
return V8CSSRule::createWrapper(impl, creationContext, isolate); |
case CSSRule::STYLE_RULE: |