| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index a50a114fb48743f291de5ee67cd0dbcc798c0eaf..89f55498ddb210ccf59d28fb1252468183ec245e 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -143,6 +143,8 @@ public:
|
|
|
| BLINK_EXPORT v8::Handle<v8::Value> registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode&);
|
|
|
| + BLINK_EXPORT WebURL manifestURL() const;
|
| +
|
| #if BLINK_IMPLEMENTATION
|
| WebDocument(const PassRefPtrWillBeRawPtr<Document>&);
|
| WebDocument& operator=(const PassRefPtrWillBeRawPtr<Document>&);
|
|
|