| Index: sky/engine/core/frame/LocalDOMWindow.h
|
| diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
|
| index 6a64225ca5aaab2ffe956c0158a4c24f2bdec88b..49ccb59dde6b41904ed5c9452afa6acc72a73ec3 100644
|
| --- a/sky/engine/core/frame/LocalDOMWindow.h
|
| +++ b/sky/engine/core/frame/LocalDOMWindow.h
|
| @@ -144,7 +144,7 @@ public:
|
|
|
| // DOM Level 2 Style Interface
|
|
|
| - PassRefPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const;
|
| + PassRefPtr<CSSStyleDeclaration> getComputedStyle(Element*) const;
|
|
|
| // WebKit extensions
|
|
|
|
|