| Index: Source/core/frame/DOMWindow.h
|
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
|
| index 367164c28dd1e86e3c32004da03e0ba111f36ed4..e96d092af3f26b06a684bef843a3b3b854203536 100644
|
| --- a/Source/core/frame/DOMWindow.h
|
| +++ b/Source/core/frame/DOMWindow.h
|
| @@ -205,7 +205,7 @@ enum PageshowEventPersistence {
|
|
|
| // WebKit extensions
|
|
|
| - PassRefPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const;
|
| + PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const;
|
| double devicePixelRatio() const;
|
|
|
| PassRefPtr<DOMPoint> webkitConvertPointFromPageToNode(Node*, const DOMPoint*) const;
|
|
|