RESOLVED FIXED 16383
Ambiguous Window Usage in kjs_dom.cpp
https://bugs.webkit.org/show_bug.cgi?id=16383
Summary Ambiguous Window Usage in kjs_dom.cpp
Rodney Dawes
Reported 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.
Attachments
Patch to use KJS::Window instead of just Window (1.06 KB, patch)
2007-12-10 11:36 PST, Rodney Dawes
ddkilzer: review+
Rodney Dawes
Comment 1 2007-12-10 11:36:54 PST
Created attachment 17823 [details] Patch to use KJS::Window instead of just Window
David Kilzer (:ddkilzer)
Comment 2 2007-12-10 19:44:54 PST
Comment on attachment 17823 [details] Patch to use KJS::Window instead of just Window r=me
David Kilzer (:ddkilzer)
Comment 3 2007-12-10 20:52:34 PST
Committed r28606
David Kilzer (:ddkilzer)
Comment 4 2007-12-10 20:55:46 PST
Fixed ChangeLog entry in r28607.
Note You need to log in before you can comment on or make changes to this bug.