[webkit-reviews] review requested: [Bug 179192] Use a single identifier type to identify Service Workers : [Attachment 325856] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 22:56:39 PDT 2017


Chris Dumez <cdumez at apple.com> has asked  for review:
Bug 179192: Use a single identifier type to identify Service Workers
https://bugs.webkit.org/show_bug.cgi?id=179192

Attachment 325856: Patch

https://bugs.webkit.org/attachment.cgi?id=325856&action=review




--- Comment #22 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 325856
  --> https://bugs.webkit.org/attachment.cgi?id=325856
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=325856&action=review

> Source/WTF/wtf/ObjectIdentifier.h:34
> +    ObjectIdentifier() = default;

Unfortunately, the IPC code currently requires me to have a default
constructor. See error at https://pastebin.com/vNGBKWVK.


More information about the webkit-reviews mailing list