mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
This commit is contained in:
commit
1b1d28cb1f
@ -40,7 +40,6 @@
|
||||
#include "nsIScriptElement.h"
|
||||
#include "nsScriptLoader.h"
|
||||
#include "nsStyleLinkElement.h"
|
||||
#include "nsIImageLoadingContent.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsICookieService.h"
|
||||
|
@ -58,7 +58,6 @@ using mozilla::DefaultXDisplay;
|
||||
#include "nsFocusManager.h"
|
||||
#include "nsIDOMDragEvent.h"
|
||||
#include "nsIScrollableFrame.h"
|
||||
#include "nsIImageLoadingContent.h"
|
||||
#include "nsIDocShell.h"
|
||||
|
||||
#include "nsContentCID.h"
|
||||
|
0
gfx/harfbuzz/src/check-exported-symbols.sh
Executable file → Normal file
0
gfx/harfbuzz/src/check-exported-symbols.sh
Executable file → Normal file
@ -36,7 +36,6 @@
|
||||
#include "nsIDOMHTMLMapElement.h"
|
||||
#include "nsTransform2D.h"
|
||||
#include "nsITheme.h"
|
||||
#include "nsIImageLoadingContent.h"
|
||||
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIURI.h"
|
||||
|
@ -46,6 +46,8 @@ else ifeq ($(OS_ARCH),Darwin)
|
||||
CPPSRCS += TimeStamp_darwin.cpp
|
||||
else ifeq ($(OS_ARCH),WINNT)
|
||||
CPPSRCS += TimeStamp_windows.cpp
|
||||
else
|
||||
$(error No TimeStamp implementation on this platform. Build will not succeed)
|
||||
endif
|
||||
|
||||
EXPORTS_NAMESPACES = mozilla
|
||||
|
Loading…
Reference in New Issue
Block a user