Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 6d8bbdd0d0559e224c862ff301d844805ad607cc..b8050233562bcf489eecb003dd62b8d743899657 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -3944,11 +3944,6 @@ void Document::addListenerTypeIfNeeded(const AtomicString& eventType) |
} |
} |
-CSSStyleDeclaration* Document::getOverrideStyle(Element*, const String&) |
-{ |
- return 0; |
-} |
- |
HTMLFrameOwnerElement* Document::ownerElement() const |
{ |
if (!frame()) |