[webkit-reviews] review requested: [Bug 29971] Clean up warnings in WebCore/bindings/v8/npruntime.cpp : [Attachment 40457] Path to get rid of warnings.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 10:23:01 PDT 2009


Dave MacLachlan <dmaclach at gmail.com> has asked	for review:
Bug 29971: Clean up warnings in WebCore/bindings/v8/npruntime.cpp
https://bugs.webkit.org/show_bug.cgi?id=29971

Attachment 40457: Path to get rid of warnings.
https://bugs.webkit.org/attachment.cgi?id=40457&action=review

------- Additional Comments from Dave MacLachlan <dmaclach at gmail.com>
Gets rid of warnings on gcc about using anonymous namespaces 
warning: 'StringKeyHashTraits' has a base 
'WTF::GenericHashTraits<<unnamed>::StringKey>' whose type uses the anonymous
namespace
warning: 'WTF::PairHashTraits<StringKeyHashTraits,
WTF::HashTraits<PrivateIdentifier*> >' has a base
'WTF::GenericHashTraits<std::pair<<unnamed>::StringKey, PrivateIdentifier*> >'
whose type uses the anonymous namespace


More information about the webkit-reviews mailing list