[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/ecma
From:       Koos Vriezen <koos.vriezen () xs4all ! nl>
Date:       2003-02-22 16:46:44
[Download RAW message or body]

CVS commit by vriezen: 

Identifier change also here


  M +2 -2      kjs_html.cpp   1.239


--- kdelibs/khtml/ecma/kjs_html.cpp  #1.238:1.239
@@ -1134,5 +1134,5 @@ public:
         }
     }
-    virtual Value get(ExecState *, const UString & prop) const {
+    virtual Value get(ExecState *, const Identifier & prop) const {
         DOM::LiveConnectElementImpl * elm = static_cast<DOM::LiveConnectElementImpl*>(element.handle());
         KParts::LiveConnectExtension::Type rettype;
@@ -1143,5 +1143,5 @@ public:
         return Undefined();
     }
-    virtual void put(ExecState * exec, const UString &prop, const Value & value, int=None) {
+    virtual void put(ExecState * exec, const Identifier &prop, const Value & value, int=None) {
         DOM::LiveConnectElementImpl * elm = static_cast<DOM::LiveConnectElementImpl*>(element.handle());
         if (elm)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic