Index: Source/core/events/NavigatorEvents.h |
diff --git a/Source/core/events/NavigatorEvents.h b/Source/core/events/NavigatorEvents.h |
index 44cead911974797033b7bb3c2e674f6732dbe538..84f3ad7981ef49af27f5317520513cf2ccc73e99 100644 |
--- a/Source/core/events/NavigatorEvents.h |
+++ b/Source/core/events/NavigatorEvents.h |
@@ -37,7 +37,7 @@ class Navigator; |
class NavigatorEvents { |
public: |
- static long maxTouchPoints(Navigator*); |
+ static long maxTouchPoints(Navigator&); |
}; |
} // namespace WebCore |