Merge from Chromium at DEPS revision 224184

This commit was generated by merge_to_master.py.

Change-Id: I6aa2623a399e683ff92335749916c23088d1fbd8
diff --git a/Source/bindings/v8/ExceptionState.h b/Source/bindings/v8/ExceptionState.h
index abe2aa9..0642a0a 100644
--- a/Source/bindings/v8/ExceptionState.h
+++ b/Source/bindings/v8/ExceptionState.h
@@ -65,7 +65,7 @@
             throwDOMException(m_code);
         }
 
-        V8ThrowException::throwError(m_exception.newLocal(m_isolate));
+        V8ThrowException::throwError(m_exception.newLocal(m_isolate), m_isolate);
         return true;
     }