[webkit-reviews] review granted: [Bug 95739] Web Inspector: NMI: replace ObjectType enum with static const char* string identifiers. : [Attachment 162046] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 02:00:16 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 95739: Web Inspector: NMI: replace ObjectType enum with static const char*
string identifiers.
https://bugs.webkit.org/show_bug.cgi?id=95739

Attachment 162046: Patch
https://bugs.webkit.org/attachment.cgi?id=162046&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=162046&action=review


> Source/WebCore/dom/MemoryInstrumentation.h:53
> +    static const char* Other;

const char* -> ObjectType


More information about the webkit-reviews mailing list