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

Unified Diff: third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.cpp

Issue 2810073002: Blink Rename follow-up: URLs --big-rename--> _ur_ls --this-fix--> _urls. (Closed)
Patch Set: Created 3 years, 8 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/Source/core/editing/serializers/StyledMarkupAccumulator.cpp
diff --git a/third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.cpp b/third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.cpp
index 92c41d8c667978bc752b825ffa12d1481df6f85d..77199fee79be1054d6e747acea125fda661b4ac0 100644
--- a/third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.cpp
+++ b/third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.cpp
@@ -51,13 +51,13 @@ size_t TotalLength(const Vector<String>& strings) {
using namespace HTMLNames;
StyledMarkupAccumulator::StyledMarkupAccumulator(
- EAbsoluteURLs should_resolve_ur_ls,
+ EAbsoluteURLs should_resolve_urls,
const TextOffset& start,
const TextOffset& end,
Document* document,
EAnnotateForInterchange should_annotate,
ConvertBlocksToInlines convert_blocks_to_inlines)
- : formatter_(should_resolve_ur_ls),
+ : formatter_(should_resolve_urls),
start_(start),
end_(end),
document_(document),

Powered by Google App Engine
This is Rietveld 408576698