diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2010-12-01 15:26:30 -0800 |
|---|---|---|
| committer | Android Code Review <code-review@android.com> | 2010-12-01 15:26:30 -0800 |
| commit | ea266fcd2c736e4e907527f4e20b38f41a17640c (patch) | |
| tree | 9c1a494b2b6c39471c1be06b0601c77e73a1ac62 /WebKit/android | |
| parent | ff93a851c578d0b570c84b3a83a41a4930e7107c (diff) | |
| parent | 337e35a9ba979e73787df17be49dc93b6773f581 (diff) | |
| download | external_webkit-ea266fcd2c736e4e907527f4e20b38f41a17640c.zip external_webkit-ea266fcd2c736e4e907527f4e20b38f41a17640c.tar.gz external_webkit-ea266fcd2c736e4e907527f4e20b38f41a17640c.tar.bz2 | |
Merge "Fix compilation error:"
Diffstat (limited to 'WebKit/android')
| -rw-r--r-- | WebKit/android/nav/FindCanvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/nav/FindCanvas.cpp b/WebKit/android/nav/FindCanvas.cpp index d8e908b..15cce43 100644 --- a/WebKit/android/nav/FindCanvas.cpp +++ b/WebKit/android/nav/FindCanvas.cpp @@ -98,7 +98,7 @@ GlyphSet::~GlyphSet() { // part of mLowerGlyphs } -GlyphSet::GlyphSet& GlyphSet::operator=(GlyphSet& src) { +GlyphSet& GlyphSet::operator=(GlyphSet& src) { mTypeface = src.mTypeface; mCount = src.mCount; if (mCount > MAX_STORAGE_COUNT) { |
