summaryrefslogtreecommitdiffstats
path: root/WebKit/android
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-12-01 15:26:30 -0800
committerAndroid Code Review <code-review@android.com>2010-12-01 15:26:30 -0800
commitea266fcd2c736e4e907527f4e20b38f41a17640c (patch)
tree9c1a494b2b6c39471c1be06b0601c77e73a1ac62 /WebKit/android
parentff93a851c578d0b570c84b3a83a41a4930e7107c (diff)
parent337e35a9ba979e73787df17be49dc93b6773f581 (diff)
downloadexternal_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.cpp2
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) {