Bug 320988 relanding activex bits with a fix for the agressive optimization of inlines, r=darin
This commit is contained in:
Родитель
72b68744ea
Коммит
387cffcb43
|
@ -41,7 +41,7 @@
|
|||
#include "nsIPrintSettings.idl"
|
||||
|
||||
%{ C++
|
||||
#include "nsFont.h"
|
||||
struct nsFont;
|
||||
%}
|
||||
|
||||
interface nsISimpleEnumerator;
|
||||
|
@ -49,8 +49,7 @@ interface nsISimpleEnumerator;
|
|||
/**
|
||||
* Native types
|
||||
*/
|
||||
[ref] native nsNativeFontRef(nsFont);
|
||||
[ref] native nsNativeStringRef(nsString);
|
||||
[ref] native nsNativeFontRef(nsFont);
|
||||
|
||||
/**
|
||||
* Print options interface
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
#include "nsIPrintOptions.h"
|
||||
#include "nsIPrintSettingsService.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsString.h"
|
||||
#include "nsFont.h"
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
|
Загрузка…
Ссылка в новой задаче