Bug 60014

Summary: Web Inspector: remove special logic for type of document.__proto__
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 27169    
Bug Blocks:    
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2011-05-03 01:45:11 PDT
Code in InjectedScript contains special-case for dealing with document.__proto__ node(see https://bugs.webkit.org/show_bug.cgi?id=27169). This logic is not needed any more.
Comment 1 Yury Semikhatsky 2011-05-03 01:52:47 PDT
Created attachment 92054 [details]
Patch
Comment 2 Yury Semikhatsky 2011-05-03 05:49:03 PDT
Committed r85596: <http://trac.webkit.org/changeset/85596>