| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index de00dd2e663b4a8658efc379513134f0185826b1..c35e4518e639daa0a92e8544561b85c310d43567 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -207,7 +207,7 @@ enum DocumentClass {
|
|
|
| typedef unsigned char DocumentClassFlags;
|
|
|
| -class Document : public ContainerNode, public TreeScope, public ExecutionContext, public DocumentSupplementable {
|
| +class Document : public ContainerNode, public TreeScope, public ExecutionContext, public ExecutionContextClient, public DocumentSupplementable {
|
| public:
|
| static PassRefPtr<Document> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
| @@ -577,7 +577,6 @@ public:
|
| KURL completeURL(const String&, const KURL& baseURLOverride) const;
|
|
|
| virtual String userAgent(const KURL&) const;
|
| -
|
| virtual void disableEval(const String& errorMessage);
|
|
|
| bool canNavigate(Frame* targetFrame);
|
|
|