Index: Source/core/dom/DOMImplementation.h |
diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h |
index 429aa8b9ab1ce470d6c6d2ea1657f590414d1a25..041ca94cd1c2b88ac84e1e0f0fe3879c7143f3a0 100644 |
--- a/Source/core/dom/DOMImplementation.h |
+++ b/Source/core/dom/DOMImplementation.h |
@@ -58,7 +58,7 @@ public: |
DOMImplementation* getInterface(const String& feature); |
// From the DOMImplementationCSS interface |
- static PassRefPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media); |
+ static PassRefPtrWillBeRawPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media); |
// From the HTMLDOMImplementation interface |
PassRefPtr<HTMLDocument> createHTMLDocument(const String& title); |