summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFontFaceUriElement.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-09-06 17:18:53 +0100
committerKristian Monsen <kristianm@google.com>2010-09-11 12:08:59 +0100
commitdef1f225ae0f21c7d4fd5e7ce949b0de19c11eb1 (patch)
treed722e3f44b43b6a215dd00506d36845796c22f80 /WebCore/svg/SVGFontFaceUriElement.h
parent5ddde30071f639962dd557c453f2ad01f8f0fd00 (diff)
downloadexternal_webkit-def1f225ae0f21c7d4fd5e7ce949b0de19c11eb1.zip
external_webkit-def1f225ae0f21c7d4fd5e7ce949b0de19c11eb1.tar.gz
external_webkit-def1f225ae0f21c7d4fd5e7ce949b0de19c11eb1.tar.bz2
Merge Webkit at r66666 : Fix conflicts.
css/CSSParser.cpp Replaced m_mediaQuery = 0 with ASSERT(!m_mediaQuery): http://trac.webkit.org/changeset/66334/trunk/WebCore/css/CSSParser.cpp dom/Document.cpp Removed a function call next to an Android specific change: http://trac.webkit.org/changeset/66247/trunk/WebCore/dom/Document.cpp html/HTMLPlugInElement.cpp Removed a function next to an Android change: http://trac.webkit.org/changeset/66653/trunk/WebCore/html/HTMLPlugInElement.cpp page/Settings.h Whitespace change in this CL: http://trac.webkit.org/changeset/66570/trunk/WebCore/page/Settings.h svg/SVGFontFaceUriElement.h Small change next to an Android change: http://trac.webkit.org/changeset/66397/trunk/WebCore/svg/SVGFontFaceUriElement.h Change-Id: I8d395474f9a08d3a1432249da9a1aa06b01765e0
Diffstat (limited to 'WebCore/svg/SVGFontFaceUriElement.h')
-rw-r--r--WebCore/svg/SVGFontFaceUriElement.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGFontFaceUriElement.h b/WebCore/svg/SVGFontFaceUriElement.h
index 74999ac..8859ea6 100644
--- a/WebCore/svg/SVGFontFaceUriElement.h
+++ b/WebCore/svg/SVGFontFaceUriElement.h
@@ -45,7 +45,6 @@ namespace WebCore {
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
virtual void insertedIntoDocument();
-<<<<<<< HEAD
#ifdef ANDROID_INSTRUMENT
void* operator new(size_t size) {
return SVGElement::operator new(size);
@@ -62,9 +61,6 @@ namespace WebCore {
}
#endif
- private:
-=======
->>>>>>> webkit.org at r66666
void loadFont();
CachedResourceHandle<CachedFont> m_cachedFont;