Index: webkit/pending/NSResolver.h |
=================================================================== |
--- webkit/pending/NSResolver.h (revision 2529) |
+++ webkit/pending/NSResolver.h (working copy) |
@@ -28,18 +28,15 @@ |
#include <wtf/RefCounted.h> |
-namespace KJS { |
- class ExecState; |
-} |
- |
namespace WebCore { |
+ class ExceptionContext; |
class String; |
class NSResolver : public RefCounted<NSResolver> { |
public: |
virtual ~NSResolver() { } |
- virtual String lookupNamespaceURI(KJS::ExecState*, const String& prefix) = 0; |
+ virtual String lookupNamespaceURI(ExceptionContext*, const String& prefix) = 0; |
virtual void mark() { } |
}; |
Property changes on: webkit\pending\NSResolver.h |
___________________________________________________________________ |
Added: svn:mergeinfo |