| Index: Source/core/frame/DOMWindow.h
|
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
|
| index a22423ca00e801663036349f6886995cc7dbdc1f..e258ae5576a7756bf818e8b5a11f3e5b9d4f954f 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 = String()) const = 0;
|
| + virtual PassRefPtrWillBeRawPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const = 0;
|
|
|
| // WebKit extensions
|
| virtual PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const = 0;
|
|
|