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