[Webkit-unassigned] [Bug 37203] Add layoutTestController.setPrinting()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 12:03:40 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37203





--- Comment #8 from Darin Adler <darin at apple.com>  2010-04-27 12:03:39 PST ---
(From update of attachment 54440)
> -- (NSString *)renderTreeAsExternalRepresentation;
> +- (NSString *)renderTreeAsExternalRepresentation:(BOOL)isPrinting;

The Objective-C way to name a function like this is:

    renderTreeAsExternalRepresentationForPrinting:(BOOL)forPrinting;

You have to make sure you name the arguments.

-- 
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