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..a82e7467f88e08109218eec381512ae44063356f 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 WebString copylessPasteMetadata(); |
#if BLINK_IMPLEMENTATION |
BLINK_EXPORT WebDocument(Document*); |