[Webkit-unassigned] [Bug 117708] touching any idl rebuilds all derived sources
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 17 11:19:11 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117708
--- Comment #3 from Christophe Dumez <dchris at gmail.com> 2013-06-17 11:17:49 PST ---
(From update of attachment 204838)
View in context: https://bugs.webkit.org/attachment.cgi?id=204838&action=review
> Source/WebCore/bindings/scripts/CodeGenerator.pm:178
> + my $oldContents=join("",<FH>);
nit: missing spaces around = and after comma
> Source/WebCore/bindings/scripts/CodeGenerator.pm:180
> + if ($oldContents eq $contents) {
maybe: "return if $oldContents eq $contents;" ?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list