summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android/PlatformBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/android/PlatformBridge.h')
-rw-r--r--Source/WebCore/platform/android/PlatformBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/android/PlatformBridge.h b/Source/WebCore/platform/android/PlatformBridge.h
index faa823e..f20a001 100644
--- a/Source/WebCore/platform/android/PlatformBridge.h
+++ b/Source/WebCore/platform/android/PlatformBridge.h
@@ -90,7 +90,7 @@ class Widget;
// An interface to the embedding layer, which has the ability to answer
// questions about the system and so on...
-// This is very similar to ChromiumBridge and the two are likely to converge
+// This is very similar to chromium/PlatformBridge and the two are likely to converge
// in the future.
//
// The methods in this class all need to reach across a JNI layer to the Java VM