Comment #2 on issue 26058 by [email protected]: Renderer crashes if
pause is pressed during page load
http://code.google.com/p/chromium/issues/detail?id=26058
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=30810
------------------------------------------------------------------------
r30810 | [email protected] | 2009-11-03 02:49:38 -0800 (Tue, 03 Nov 2009) |
6 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/devtools/debugger_agent_impl.cc?r1=30810&r2=30809
DevTools: fix renderer crash when pause is pressed during page load
Create an empty object template for the utility context global object
instead of using ShadowObjectTemplate. The shadow object overrides some of
the window properties(top, location,...) that led to a failure when
accessing these properties since the template was not configured
correctly(all its internal fields were undefined). In fact, we don't need
the utility context global object to be a shadow object as long as
inspected window global object is proto of the utility context global
object.
BUG=26058
Review URL: http://codereview.chromium.org/342093
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---