From 337e35a9ba979e73787df17be49dc93b6773f581 Mon Sep 17 00:00:00 2001 From: Rene Bolldorf Date: Wed, 18 Aug 2010 14:15:24 +0200 Subject: Fix compilation error: FindCanvas.cpp: GlyphSet::GlyphSet&, names the constructor, not the type. Change-Id: I7ff0829b6484df589aab1a724488c0796f41a28d --- WebKit/android/nav/FindCanvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKit/android') 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) { -- cgit v1.1