X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKit%2Fwin%2FInterfaces%2FWebKit.idl;h=091b23659c2095a5c907bd3e6834d9ff5a63d344;hp=1dd7f68e7cb0d9612a006ca69914994e84b48df5;hb=808905dbd80215a63a97f67adaf2a23a79325148;hpb=ad12ee614382a4882ba40b16f548bf016676dd45 diff --git a/WebKit/win/Interfaces/WebKit.idl b/WebKit/win/Interfaces/WebKit.idl index 1dd7f68e7cb0..091b23659c20 100644 --- a/WebKit/win/Interfaces/WebKit.idl +++ b/WebKit/win/Interfaces/WebKit.idl @@ -51,6 +51,7 @@ cpp_quote(" */") import "oaidl.idl"; import "ocidl.idl"; +import "IWebTextRenderer.idl"; import "IWebView.idl"; import "IWebViewPrivate.idl"; import "IWebUIDelegate.idl"; @@ -82,17 +83,17 @@ import "IWebCache.idl"; import "IWebJavaScriptCollector.idl"; import "IWebKitStatistics.idl"; import "IWebScrollBarPrivate.idl"; -import "IWebDebugProgram.idl"; +import "IWebScriptDebugServer.idl"; [ #if __BUILDBOT__ uuid(2a748656-625d-4207-b29f-40c95bfeb3a9), - helpstring("WebKit 3.0 Type Library"), + helpstring("WebKit 525.1 Type Library"), #else uuid(76E5F7F0-18FD-48a2-B549-1159435B513B), - helpstring("OpenSourceWebKit 3.0 Type Library"), + helpstring("OpenSourceWebKit 525.1 Type Library"), #endif - version(3.0) + version(525.1) ] #if __BUILDBOT__ library WebKit @@ -268,8 +269,8 @@ library OpenSourceWebKit #else [uuid(5BE39DBA-5887-4a69-9157-EBEE96BA3309)] #endif - coclass WebDebugProgram { - [default] interface IWebDebugProgram; + coclass WebScriptDebugServer { + [default] interface IWebScriptDebugServer; } #if __BUILDBOT__ @@ -280,4 +281,13 @@ library OpenSourceWebKit coclass WebURLResponse { [default] interface IWebURLResponse; } + +#if __BUILDBOT__ + [uuid(24040cd6-aff4-4a51-9c8b-71539580ee76)] +#else + [uuid(1fbff564-5ff4-484f-b3d9-217483f9f5fc)] +#endif + coclass WebTextRenderer { + [default] interface IWebTextRenderer; + } }