RESOLVED DUPLICATE of bug 1046510477
Unix build failure due to using "String.h" instead of "PlatformString.h"
https://bugs.webkit.org/show_bug.cgi?id=10477
Summary Unix build failure due to using "String.h" instead of "PlatformString.h"
Krzysztof Kowalczyk
Reported 2006-08-17 19:53:08 PDT
A recent checkin to DOMParser.cpp does #include "String.h" I assume it was supposed to be #include "PlatfromString.h" because I can't see "String.h" anywhere in the sources and no other file (as far as I can tell) uses "Stringh" Patch attached.
Attachments
#include "PlatfromString.h" instead of "String.h" (348 bytes, patch)
2006-08-17 19:53 PDT, Krzysztof Kowalczyk
eric: review+
Krzysztof Kowalczyk
Comment 1 2006-08-17 19:53:49 PDT
Created attachment 10114 [details] #include "PlatfromString.h" instead of "String.h"
Mark Rowe (bdash)
Comment 2 2006-08-17 21:41:23 PDT
Patches generally require ChangeLog entries.
Krzysztof Kowalczyk
Comment 3 2006-08-17 22:35:38 PDT
I'll be happy to provide one but I was under the impression that ChangeLog entries are written by actual commiters. That's how it worked for all the patches I've submitted so far. Does that meant that I also have to provide a diff against ChangeLog or should it be written in the bug? I'm all for playing by the rules but for trivial patches like this one it seems like an overkill.
Eric Seidel (no email)
Comment 4 2006-08-18 02:26:29 PDT
Comment on attachment 10114 [details] #include "PlatfromString.h" instead of "String.h" I believe Wildfox fixed this in another recent patch. Either could land.
David Kilzer (:ddkilzer)
Comment 5 2006-08-18 07:00:35 PDT
(In reply to comment #3) > I'll be happy to provide one but I was under the impression that ChangeLog > entries are written by actual commiters. That's how it worked for all the > patches I've submitted so far. > > Does that meant that I also have to provide a diff against ChangeLog or should > it be written in the bug? > > I'm all for playing by the rules but for trivial patches like this one it seems > like an overkill. ChangeLog entries should be created for all bugs. Although the web page doesn't talk about it (yet), the WebKitTools/Scripts/prepare-ChangeLog script will create one for you--you just have to fill in the details. http://webkit.opendarwin.org/coding/contributing.html
David Kilzer (:ddkilzer)
Comment 6 2006-08-18 07:07:33 PDT
(In reply to comment #4) > (From update of attachment 10114 [details] [edit]) > I believe Wildfox fixed this in another recent patch. Either could land. This was fixed in the patch for Bug 10465 by r15932. *** This bug has been marked as a duplicate of 10465 ***
Note You need to log in before you can comment on or make changes to this bug.