This includes WebSettings.cpp, WebSettings.h and WebSettings_p.h
Created attachment 127049 [details] Patch
(In reply to comment #1) > Created an attachment (id=127049) [details] > Patch I already created the bug https://bugs.webkit.org/show_bug.cgi?id=74379 before, you can mark either of this as dup if you'd like.
Comment on attachment 127049 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=127049&action=review > Source/WebKit/blackberry/Api/WebSettings.cpp:29 > +#include <wtf/Vector.h> Are all these needed? > Source/WebKit/blackberry/Api/WebSettings.cpp:590 > +// Whether to include pattern: in the list of string patterns period. > Source/WebKit/blackberry/Api/WebSettings.h:51 > + WebSettings(const WebSettings&); More common to put private section at the end. > Source/WebKit/blackberry/Api/WebSettings_p.h:25 > +#include <wtf/text/StringHash.h> Needed? > Source/WebKit/blackberry/Api/WebSettings_p.h:67 > + WTF::HashMap<WTF::String, PrimitiveValue> primitiveValues; You do not need WTF prefix on HashMap.
Created attachment 127072 [details] Patch
Created attachment 127074 [details] Patch
Comment on attachment 127074 [details] Patch Looks good.
Comment on attachment 127074 [details] Patch Clearing flags on attachment: 127074 Committed r107764: <http://trac.webkit.org/changeset/107764>
All reviewed patches have been landed. Closing bug.
*** Bug 74379 has been marked as a duplicate of this bug. ***