RESOLVED FIXED Bug 60224
[Qt] RenderThemeQt and DumpRenderTreeSupportQt should use nullptr rather than 0.
https://bugs.webkit.org/show_bug.cgi?id=60224
Summary [Qt] RenderThemeQt and DumpRenderTreeSupportQt should use nullptr rather than 0.
Alexis Menard (darktears)
Reported 2011-05-04 16:01:23 PDT
[Qt] RenderThemeQt and DumpRenderTreeSupportQt should use nullptr rather than 0.
Attachments
Patch (3.72 KB, patch)
2011-05-04 16:05 PDT, Alexis Menard (darktears)
kling: review+
kling: commit-queue-
Alexis Menard (darktears)
Comment 1 2011-05-04 16:05:52 PDT
Alexis Menard (darktears)
Comment 2 2011-05-04 16:06:34 PDT
See RenderTheme.cpp to double check what I'm saying.
Andreas Kling
Comment 3 2011-05-05 06:43:48 PDT
Comment on attachment 92339 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92339&action=review Did you performance test this? > Source/WebCore/ChangeLog:9 > + but webkit already have a nullptr class if there is no c++0x support. webkit -> WebKit have -> has > Source/WebKit/qt/ChangeLog:9 > + We should use nullptr rather than 0. nullptr will be added in the new C++ standard > + but webkit already have a nullptr class if there is no c++0x support. Ditto.
Alexis Menard (darktears)
Comment 4 2011-05-05 07:14:34 PDT
Note You need to log in before you can comment on or make changes to this bug.