diff options
Diffstat (limited to 'WebCore/html/HTMLEmbedElement.h')
-rw-r--r-- | WebCore/html/HTMLEmbedElement.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/WebCore/html/HTMLEmbedElement.h b/WebCore/html/HTMLEmbedElement.h index 1fc0ba5..8645489 100644 --- a/WebCore/html/HTMLEmbedElement.h +++ b/WebCore/html/HTMLEmbedElement.h @@ -1,7 +1,9 @@ /* + * This file is part of the DOM implementation for KDE. + * * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) - * Copyright (C) 2004, 2006, 2008 Apple Inc. All rights reserved. + * Copyright (C) 2004, 2006 Apple Computer, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -65,11 +67,7 @@ public: String type() const; void setType(const String&); - const String& url() const { return m_url; } - const String& serviceType() const { return m_serviceType; } - -private: - String m_url; + DeprecatedString url; String m_pluginPage; String m_serviceType; bool m_needWidgetUpdate; |