Index: Source/web/WebDocument.cpp |
diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp |
index 094c89030a6261c3cd90a4f80b562dfd72abc9fb..7e1c0ce062ffc718d1ed1a3cd26bcb612d59cf3d 100644 |
--- a/Source/web/WebDocument.cpp |
+++ b/Source/web/WebDocument.cpp |
@@ -206,11 +206,6 @@ WebDocumentType WebDocument::doctype() const |
return WebDocumentType(constUnwrap<Document>()->doctype()); |
} |
-void WebDocument::insertUserStyleSheet(const WebString& sourceCode, UserStyleLevel) |
-{ |
- insertStyleSheet(sourceCode); |
-} |
- |
void WebDocument::insertStyleSheet(const WebString& sourceCode) |
{ |
RefPtr<Document> document = unwrap<Document>(); |