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

Unified Diff: third_party/WebKit/public/web/WebSelector.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
« no previous file with comments | « third_party/WebKit/public/web/WebSecurityPolicy.h ('k') | third_party/WebKit/public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSelector.h
diff --git a/third_party/WebKit/public/web/WebSelector.h b/third_party/WebKit/public/web/WebSelector.h
index 4675a969a4a6fb17827a0afd52fcad1eb072ea9e..5b189b0df69832399f7de351c053a12dc8422d4c 100644
--- a/third_party/WebKit/public/web/WebSelector.h
+++ b/third_party/WebKit/public/web/WebSelector.h
@@ -45,8 +45,12 @@ enum WebSelectorType {
// SelectorTypeSimple,
};
-// Returns the value that would be returned from CSSStyleRule.selectorText in the CSSOM for a rule with this selector (which can be a list), if the selector is valid and each component in the list has the type specified in |restriction|.
-// Returns "" for an invalid selector or a selector that doesn't match the restrictions.
+// Returns the value that would be returned from CSSStyleRule.selectorText in
+// the CSSOM for a rule with this selector (which can be a list), if the
+// selector is valid and each component in the list has the type specified in
+// |restriction|.
+// Returns "" for an invalid selector or a selector that doesn't match the
+// restrictions.
// The canonical form is not guaranteed to stay the same over time.
BLINK_EXPORT WebString
canonicalizeSelector(WebString selector,
« no previous file with comments | « third_party/WebKit/public/web/WebSecurityPolicy.h ('k') | third_party/WebKit/public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698