Bug 16383

Summary: Ambiguous Window Usage in kjs_dom.cpp
Product: WebKit Reporter: Rodney Dawes <dobey>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Other   
Attachments:
Description Flags
Patch to use KJS::Window instead of just Window ddkilzer: review+

Description Rodney Dawes 2007-12-10 11:36:22 PST
Ambiguous usage of Window popping up in kjs_dom.cpp again. This conflicts with the Window type in X11, so we need to namespace it properly with KJS:: here.
Comment 1 Rodney Dawes 2007-12-10 11:36:54 PST
Created attachment 17823 [details]
Patch to use KJS::Window instead of just Window
Comment 2 David Kilzer (:ddkilzer) 2007-12-10 19:44:54 PST
Comment on attachment 17823 [details]
Patch to use KJS::Window instead of just Window

r=me
Comment 3 David Kilzer (:ddkilzer) 2007-12-10 20:52:34 PST
Committed r28606

Comment 4 David Kilzer (:ddkilzer) 2007-12-10 20:55:46 PST
Fixed ChangeLog entry in r28607.