Index: Source/core/frame/DOMWindow.h |
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h |
index c23579bee65151e910d0b7c6cbbbcba957668b09..130a79f5d5c072c9b915d0e1ebc49daaff663d8a 100644 |
--- a/Source/core/frame/DOMWindow.h |
+++ b/Source/core/frame/DOMWindow.h |
@@ -157,7 +157,7 @@ public: |
virtual PassRefPtrWillBeRawPtr<MediaQueryList> matchMedia(const String&) = 0; |
// DOM Level 2 Style Interface |
- virtual PassRefPtrWillBeRawPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const = 0; |
+ virtual PassRefPtrWillBeRawPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt = String()) const = 0; |
// WebKit extensions |
virtual PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const = 0; |