| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 023022852e82f455359684a899b523b81cd8cde5..46907d76c540cfcae783a9ae927eda03576dc3a7 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -3199,11 +3199,6 @@ String Document::outgoingReferrer() const
|
| return referrerDocument->m_url.strippedForUseAsReferrer();
|
| }
|
|
|
| -String Document::outgoingOrigin() const
|
| -{
|
| - return securityOrigin()->toString();
|
| -}
|
| -
|
| MouseEventWithHitTestResults Document::prepareMouseEvent(const HitTestRequest& request, const LayoutPoint& documentPoint, const PlatformMouseEvent& event)
|
| {
|
| ASSERT(!layoutView() || layoutView()->isLayoutView());
|
|
|