Bug 72676

Summary: Remove cargo-cult copy/pasting of ScriptExecutionContext namespace
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 71745    
Attachments:
Description Flags
Patch eric: review+

Adam Barth
Reported 2011-11-17 16:06:58 PST
Remove cargo-cult copy/pasting of ScriptExecutionContext namespace
Attachments
Patch (5.77 KB, patch)
2011-11-17 16:11 PST, Adam Barth
eric: review+
Adam Barth
Comment 1 2011-11-17 16:11:54 PST
Eric Seidel (no email)
Comment 2 2011-11-17 16:14:09 PST
Comment on attachment 115706 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115706&action=review > Source/WebCore/dom/Document.cpp:-4530 > - initDNSPrefetch(); You're sure removing this is OK?
Adam Barth
Comment 3 2011-11-17 16:18:18 PST
(In reply to comment #2) > (From update of attachment 115706 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=115706&action=review > > > Source/WebCore/dom/Document.cpp:-4530 > > - initDNSPrefetch(); > > You're sure removing this is OK? Yes. It's called in the constructor already. Having it in this function is a menace, actually, because it's not safe to call multiple times.
Adam Barth
Comment 4 2011-11-17 16:20:48 PST
Note You need to log in before you can comment on or make changes to this bug.