From 8c48fd6972ea323a4c09544ceec06d23f79ffd43 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Fri, 6 Aug 2004 19:42:47 +0000 Subject: [PATCH] fixing win32 debug bustage; we really need a debug tinderbox!! git-svn-id: svn://10.0.0.236/trunk@160456 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/style/src/nsCSSRules.h | 2 +- mozilla/layout/style/nsCSSRules.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/html/style/src/nsCSSRules.h b/mozilla/content/html/style/src/nsCSSRules.h index 353f0e70c2b..c9cdced88cc 100644 --- a/mozilla/content/html/style/src/nsCSSRules.h +++ b/mozilla/content/html/style/src/nsCSSRules.h @@ -73,7 +73,7 @@ protected: // to help implement nsIStyleRule #ifdef DEBUG - nsresult List(FILE* out = stdout, PRInt32 aIndent = 0) const; + NS_IMETHOD List(FILE* out = stdout, PRInt32 aIndent = 0) const; #endif public: diff --git a/mozilla/layout/style/nsCSSRules.h b/mozilla/layout/style/nsCSSRules.h index 353f0e70c2b..c9cdced88cc 100644 --- a/mozilla/layout/style/nsCSSRules.h +++ b/mozilla/layout/style/nsCSSRules.h @@ -73,7 +73,7 @@ protected: // to help implement nsIStyleRule #ifdef DEBUG - nsresult List(FILE* out = stdout, PRInt32 aIndent = 0) const; + NS_IMETHOD List(FILE* out = stdout, PRInt32 aIndent = 0) const; #endif public: