| Index: third_party/WebKit/public/web/WebDocument.h
|
| diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
|
| index 357b39427aaca1b313e6da4672a9431f79c9ab1b..993d04f0403de31a2cae9e65a972e0b5de2117c9 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -139,7 +139,7 @@ public:
|
|
|
| BLINK_EXPORT WebURL manifestURL() const;
|
| BLINK_EXPORT bool manifestUseCredentials() const;
|
| - BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures();
|
| + BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures(bool isDevMode);
|
|
|
| #if BLINK_IMPLEMENTATION
|
| BLINK_EXPORT WebDocument(Document*);
|
|
|