Chromium Code Reviews

Unified Diff: Source/platform/text/TextRunIterator.h

Issue 669633002: Revert of TextRun::length() should return an unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextRunIterator.h
diff --git a/Source/platform/text/TextRunIterator.h b/Source/platform/text/TextRunIterator.h
index 49fa02cccbba719d48139b8cc0f00d7160815f4e..0774b659a08244236f61d3b3b5cf728a6d078329 100644
--- a/Source/platform/text/TextRunIterator.h
+++ b/Source/platform/text/TextRunIterator.h
@@ -69,7 +69,7 @@
private:
const TextRun* m_textRun;
- unsigned m_offset;
+ int m_offset;
};
« no previous file with comments | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine