| Index: third_party/WebKit/Source/core/dom/ContextFeatures.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContextFeatures.h b/third_party/WebKit/Source/core/dom/ContextFeatures.h
|
| index f2cf28bf007e9eaf5a793b8934ce03450f1cbb66..796d763b5e7a5b0b416845a48a457c9e1718490f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextFeatures.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContextFeatures.h
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/page/Page.h"
|
| -#include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| @@ -47,7 +46,7 @@
|
| };
|
|
|
| static const char* supplementName();
|
| - static ContextFeatures& defaultSwitch();
|
| + static ContextFeatures* defaultSwitch();
|
| static RawPtr<ContextFeatures> create(PassOwnPtr<ContextFeaturesClient>);
|
|
|
| static bool pagePopupEnabled(Document*);
|
|
|