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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Capitalize the prefix. Created 4 years 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/Source/core/css/parser/CSSParserMode.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
index e028dfd4b383489d8e126274327e708f80e3a5e1..892c4c4528122a5f335b5ab0ebf4c2da7fea0dae 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
@@ -61,7 +61,8 @@ CSSParserContext::CSSParserContext(const Document& document,
m_isHTMLDocument(document.isHTMLDocument()),
m_useLegacyBackgroundSizeShorthandBehavior(
document.settings()
- ? document.settings()->useLegacyBackgroundSizeShorthandBehavior()
+ ? document.settings()
+ ->GetUseLegacyBackgroundSizeShorthandBehavior()
: false),
m_shouldCheckContentSecurityPolicy(DoNotCheckContentSecurityPolicy),
m_useCounter(useCounter) {

Powered by Google App Engine
This is Rietveld 408576698