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 a28bcdae861563a69df68247f9820e6c833484f2..72ef28291110a19c0b5a5b83a3c306c10dd7b539 100644 |
--- a/third_party/WebKit/public/web/WebDocument.h |
+++ b/third_party/WebKit/public/web/WebDocument.h |
@@ -89,7 +89,8 @@ class WebDocument : public WebNode { |
// The url of the OpenSearch Desription Document (if any). |
BLINK_EXPORT WebURL openSearchDescriptionURL() const; |
- // Returns the frame the document belongs to or 0 if the document is frameless. |
+ // Returns the frame the document belongs to or 0 if the document is |
+ // frameless. |
BLINK_EXPORT WebLocalFrame* frame() const; |
BLINK_EXPORT bool isHTMLDocument() const; |
BLINK_EXPORT bool isXHTMLDocument() const; |