Chromium Code Reviews

Unified Diff: trunk/Source/bindings/v8/custom/V8ArrayBufferCustom.h

Issue 218813002: Revert 170357 "Revert of Make DOMWrapperWorld::current() return ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: trunk/Source/bindings/v8/custom/V8ArrayBufferCustom.h
===================================================================
--- trunk/Source/bindings/v8/custom/V8ArrayBufferCustom.h (revision 170423)
+++ trunk/Source/bindings/v8/custom/V8ArrayBufferCustom.h (working copy)
@@ -108,7 +108,7 @@
template<class CallbackInfo>
inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, ArrayBuffer* impl)
{
- ASSERT(DOMWrapperWorld::current(info.GetIsolate())->isMainWorld());
+ ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld());
if (UNLIKELY(!impl)) {
v8SetReturnValueNull(info);
return;
« no previous file with comments | « trunk/Source/bindings/v8/WorkerScriptController.cpp ('k') | trunk/Source/bindings/v8/custom/V8CustomEventCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine