| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index 2437b5a647595da008b3dbf7a78e279e257f32b6..cc50eed3b842f391116422260b5ca375d9617023 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -570,14 +570,6 @@ double LocalFrame::devicePixelRatio() const
|
| return ratio;
|
| }
|
|
|
| -String LocalFrame::documentTypeString() const
|
| -{
|
| - if (DocumentType* doctype = document()->doctype())
|
| - return createMarkup(doctype);
|
| -
|
| - return String();
|
| -}
|
| -
|
| PassOwnPtr<DragImage> LocalFrame::nodeImage(Node& node)
|
| {
|
| if (!node.renderer())
|
|
|