summaryrefslogtreecommitdiff
path: root/modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp')
-rw-r--r--modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp b/modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp
index ccd550543..a1f5c5aa3 100644
--- a/modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp
+++ b/modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp
@@ -123,5 +123,4 @@ FloatRect Font::platformBoundsForGlyph(Glyph) const
return FloatRect(); //That is OK! platformWidthForGlyph impl is enough.
}
-
}