[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:44:17 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f2dd358e24037e191394ecb20b162eeb41e08df4
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jun 5 19:24:25 2003 +0000

    *** empty log message ***
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4490 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/html/html_headimpl.h b/WebCore/khtml/html/html_headimpl.h
index a683965..0707490 100644
--- a/WebCore/khtml/html/html_headimpl.h
+++ b/WebCore/khtml/html/html_headimpl.h
@@ -93,6 +93,9 @@ public:
     bool isAlternate() const { return m_disabledState == 0 && m_alternate; }
     bool isDisabled() const { return m_disabledState == 2; }
     bool isEnabledViaScript() const { return m_disabledState == 1; }
+
+    int disabledState() { return m_disabledState; }
+    void setDisabledState(bool _disabled);
     
 protected:
     khtml::CachedCSSStyleSheet *m_cachedSheet;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list