Description[DevTools] Set vanilla object as console prototype
Without this CL when user sets someting on console prototype:
console.__proto__.p = 42;
Then this property is observable on every object in for in loop.
This is a temporary fix, while discussion about proper solution continue in https://github.com/whatwg/console/issues/3 .
BUG=613631
R=dgozman@chromium.org
Committed: https://crrev.com/13837c1b636160af20007454d677abda33833da9
Cr-Commit-Position: refs/heads/master@{#395149}
Patch Set 1 #
Total comments: 3
Patch Set 2 : #
Messages
Total messages: 12 (6 generated)
|