| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 05c5df569974964ab072d5d3d72cb83d62da0317..1a4f2e01aa4ad9f9b71e1ebd7aed5bcb0e31a2a1 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1101,7 +1101,6 @@ private:
|
| void refExecutionContext() final { ref(); }
|
| void derefExecutionContext() final { deref(); }
|
| #endif
|
| - WeakPtrWillBeRawPtr<Document> weakReference();
|
|
|
| const KURL& virtualURL() const final; // Same as url(), but needed for ExecutionContext to implement it without a performance loss for direct calls.
|
| KURL virtualCompleteURL(const String&) const final; // Same as completeURL() for the same reason as above.
|
|
|