aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index ca2e4fd3f..0bc26d46c 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -807,7 +807,7 @@ impl_get_font_list (EphyEmbedSingle *shell,
&fontCount, &fontArray);
if (NS_FAILED (rv)) return G_FAILED;
- for (int i = 0; i < fontCount; i++)
+ for (PRUint32 i = 0; i < fontCount; i++)
{
char *gFontString;