Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1395)

Unified Diff: third_party/WebKit/public/web/WebDocument.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/public/web/WebDeviceEmulationParams.h ('k') | third_party/WebKit/public/web/WebFileChooserParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698