[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mitz at apple.com mitz at apple.com
Fri Jan 21 15:11:06 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit e8fb8944727d53a78f0b6147c979beeac363ad12
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 8 10:10:15 2011 +0000

    Try to fix the Leopard build.
    
    * WebView/WebFullScreenController.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75316 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 5bd9ff5..4aefad0 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-08  Dan Bernstein  <mitz at apple.com>
+
+        Try to fix the Leopard build.
+
+        * WebView/WebFullScreenController.mm:
+
 2011-01-07  Jer Noble  <jer.noble at apple.com>
 
         Yet another Leopard build fix: NSRect and CGRect are not inter-
diff --git a/WebKit/mac/WebView/WebFullScreenController.mm b/WebKit/mac/WebView/WebFullScreenController.mm
index a958e90..6529435 100644
--- a/WebKit/mac/WebView/WebFullScreenController.mm
+++ b/WebKit/mac/WebView/WebFullScreenController.mm
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2009, 2010, 2011 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -31,6 +31,7 @@
 #import "WebWindowAnimation.h"
 #import "WebViewInternal.h"
 #import <IOKit/pwr_mgt/IOPMLib.h>
+#import <OSServices/Power.h>
 #import <WebCore/AnimationList.h>
 #import <WebCore/CSSPropertyNames.h>
 #import <WebCore/Color.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list