Bug 60014 - Web Inspector: remove special logic for type of document.__proto__
Summary: Web Inspector: remove special logic for type of document.__proto__
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on: 27169
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-03 01:45 PDT by Yury Semikhatsky
Modified: 2011-05-03 05:49 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.05 KB, patch)
2011-05-03 01:52 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>