| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index f75a77ea926c4399c7f9dd1bdc4172fcc2d98b6c..71994172308d81b6aa142b8f10371cb0015c1a2c 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1132,10 +1132,8 @@
|
| virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL;
|
| void cloneDataFromDocument(const Document&);
|
|
|
| -#if !ENABLE(OILPAN)
|
| virtual void refExecutionContext() OVERRIDE FINAL { ref(); }
|
| virtual void derefExecutionContext() OVERRIDE FINAL { deref(); }
|
| -#endif
|
|
|
| virtual const KURL& virtualURL() const OVERRIDE FINAL; // Same as url(), but needed for ExecutionContext to implement it without a performance loss for direct calls.
|
| virtual KURL virtualCompleteURL(const String&) const OVERRIDE FINAL; // Same as completeURL() for the same reason as above.
|
|
|