Index: Source/bindings/v8/Dictionary.cpp |
diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp |
index 72776e6f81701f8729d60bb92bc6414fb3855ade..2cf9aa4bdce4f5a231c59a151b4c0f795df14772 100644 |
--- a/Source/bindings/v8/Dictionary.cpp |
+++ b/Source/bindings/v8/Dictionary.cpp |
@@ -288,7 +288,7 @@ bool Dictionary::get(const String& key, MessagePortArray& value) const |
ASSERT(m_isolate); |
ASSERT(m_isolate == v8::Isolate::GetCurrent()); |
- return getMessagePortArray(v8Value, value, m_isolate); |
+ return getMessagePortArray(v8Value, key, value, m_isolate); |
} |
bool Dictionary::get(const String& key, HashSet<AtomicString>& value) const |