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 486e11ce89db1f71cd57620841aa04be6aab420c..7b1b64697e259af4589851e3baf026e902d14827 100644 |
--- a/third_party/WebKit/public/web/WebDocument.h |
+++ b/third_party/WebKit/public/web/WebDocument.h |
@@ -138,6 +138,7 @@ class WebDocument : public WebNode { |
BLINK_EXPORT WebURL manifestURL() const; |
BLINK_EXPORT bool manifestUseCredentials() const; |
BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures(); |
+ BLINK_EXPORT void extractMetadata(); |
dcheng
2017/04/02 05:50:34
We would prefer not to add new methods to WebDocum
|
#if BLINK_IMPLEMENTATION |
BLINK_EXPORT WebDocument(Document*); |