Index: Source/core/frame/DOMWindow.h |
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h |
index bdc565e6305503c50258991e5d355171e6657f73..2d3ac0ba0903e23a9c158606b3f6a46b7572717b 100644 |
--- a/Source/core/frame/DOMWindow.h |
+++ b/Source/core/frame/DOMWindow.h |
@@ -208,7 +208,7 @@ enum PageshowEventPersistence { |
// DOM Level 2 Style Interface |
- PassRefPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const; |
+ PassRefPtrWillBeRawPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const; |
// WebKit extensions |