| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index 7712b6a6e47081804fecc3dac97cb309f0cd0a5a..cf2e68000a149da056bbe194e7947ae8db483ee9 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -107,8 +107,6 @@ public:
|
| BLINK_EXPORT void images(WebVector<WebElement>&);
|
| BLINK_EXPORT WebURL completeURL(const WebString&) const;
|
| BLINK_EXPORT WebElement getElementById(const WebString&) const;
|
| - // Deprecated API. Use focusedElement() instead.
|
| - BLINK_EXPORT WebNode focusedNode() const;
|
| BLINK_EXPORT WebElement focusedElement() const;
|
| BLINK_EXPORT WebDocumentType doctype() const;
|
| BLINK_EXPORT void cancelFullScreen();
|
|
|