| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index d175930881744250604bdad21e7730d5cd8d6773..f49d4a495b8b573e92529c37fb450b5f59b6d26c 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1133,8 +1133,10 @@ private:
|
| 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.
|
|
|