Index: Source/bindings/v8/DOMWrapperWorld.h |
diff --git a/Source/bindings/v8/DOMWrapperWorld.h b/Source/bindings/v8/DOMWrapperWorld.h |
index 16533cb6ae035408479967f9ef0b1688e41d4e83..100c6160021209239b98db46fca7cf872fe3fc1d 100644 |
--- a/Source/bindings/v8/DOMWrapperWorld.h |
+++ b/Source/bindings/v8/DOMWrapperWorld.h |
@@ -63,7 +63,7 @@ public: |
~DOMWrapperWorld(); |
static bool isolatedWorldsExist() { return isolatedWorldCount; } |
- static void getAllWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds); |
+ static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds); |
static DOMWrapperWorld* world(v8::Handle<v8::Context> context) |
{ |