Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: webkit/pending/NSResolver.h

Issue 4097: Implement better JS exception handling by abstracting KJS::ExecState into an ... (Closed) Base URL: svn://chrome-svn/chrome/branches/chrome_webkit_merge_branch/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/pending/ExceptionContext.h ('k') | webkit/pending/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/pending/ExceptionContext.h ('k') | webkit/pending/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698