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 523.11 Type Library"),
+ helpstring("WebKit 525.1 Type Library"),
#else
uuid(76E5F7F0-18FD-48a2-B549-1159435B513B),
- helpstring("OpenSourceWebKit 523.11 Type Library"),
+ helpstring("OpenSourceWebKit 525.1 Type Library"),
#endif
- version(523.11)
+ version(525.1)
]
#if __BUILDBOT__
library WebKit
#else
[uuid(5BE39DBA-5887-4a69-9157-EBEE96BA3309)]
#endif
- coclass WebDebugProgram {
- [default] interface IWebDebugProgram;
+ coclass WebScriptDebugServer {
+ [default] interface IWebScriptDebugServer;
}
#if __BUILDBOT__