X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=cf7206707f7e8b8f1bf46ad85a01e92130dc80b9;hp=47a76f50fd7a9d862adbe452d83d5d17707c3b18;hb=f6091202aede28d6be50416fd72fc32b786e102b;hpb=d4805cecd7eb7b43086f8bf9cce184536fe85587 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 47a76f50fd7a..cf7206707f7e 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,18 @@ +2007-11-11 Adam Roben + + Add wrappers around CoCreateInstance to COMPtr + + I followed the example of the Query constructor and query method by + adding a Create constructor and create method. + + Reviewed by Darin. + + * platform/win/COMPtr.h: + (COMPtr::COMPtr): Added a new constructor that calls + CoCreateInstance. + (COMPtr::create): Added. + (COMPtr::createInstance): Added. + 2007-11-11 Alexey Proskuryakov Reviewed by Darin.