You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
573 B
16 lines
573 B
14 years ago
|
diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl
|
||
|
index 8c11032..0f09b80 100644
|
||
|
--- a/dlls/mshtml/nsiface.idl
|
||
|
+++ b/dlls/mshtml/nsiface.idl
|
||
|
@@ -3016,8 +3016,8 @@ interface nsIParser : nsISupports
|
||
|
void Reset();
|
||
|
PRBool CanInterrupt();
|
||
|
PRBool IsInsertionPointDefined();
|
||
|
- void BeginEvaluatingParserInsertedScript();
|
||
|
- void EndEvaluatingParserInsertedScript();
|
||
|
+ void __cdecl BeginEvaluatingParserInsertedScript();
|
||
|
+ void __cdecl EndEvaluatingParserInsertedScript();
|
||
|
void MarkAsNotScriptCreated();
|
||
|
PRBool IsScriptCreated();
|
||
|
}
|