[Webkit-unassigned] [Bug 24696] Enable mixed content detection
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 3 16:02:01 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=24696
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric at webkit.org
--- Comment #30 from Eric Seidel <eric at webkit.org> 2009-09-03 16:02:00 PDT ---
Objective-C++ is just a c++ file you can write obj-c in, or alternatively an
obj-c file in which you can write c++ in. Obj-C is relatively simple once you
get over the message passing syntax. Obj-C is a strict super-set of C.
[object messsageNamePartOne:argument moreMessageName:argument2]
this just turns into:
objc_msgsend(object, "messageNamePartOne:moreMessageName:", argument,
argument2);
That's all. :)
--
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