diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-09 03:04:11 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-09 03:04:11 +0000 |
commit | e1d94437585dad1c195d7cf095f8a5a8219d196a (patch) | |
tree | 407949aea0433a8659915a05501288f7d9c3ad8d /src/core | |
parent | 506db0b7d2905c6bedba9fc5d4aeaf231a9a34ea (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14102 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkFont.cpp b/src/core/SkFont.cpp index c909f04c0a..dcc2f0bf67 100644 --- a/src/core/SkFont.cpp +++ b/src/core/SkFont.cpp @@ -63,7 +63,7 @@ int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding enc if (0 == byteLength) { return 0; } - + SkASSERT(text); int count = 0; // fix uninitialized warning (even though the switch is complete!) |