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

Unified Diff: webkit/port/bindings/v8/JSXPathNSResolver.h

Issue 118329: Use V8 bindings for V8CustomXPathNSResolver in svn.webkit.org (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « no previous file | webkit/port/bindings/v8/JSXPathNSResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/bindings/v8/JSXPathNSResolver.h
===================================================================
--- webkit/port/bindings/v8/JSXPathNSResolver.h (revision 18390)
+++ webkit/port/bindings/v8/JSXPathNSResolver.h (working copy)
@@ -1,33 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef JSXPATHNSRESOLVER_H__
-#define JSXPATHNSRESOLVER_H__
-
-#if ENABLE(XPATH)
-
-#include <v8.h>
-#include <wtf/RefCounted.h>
-#include "XPathNSResolver.h"
-
-namespace WebCore {
-
- class String;
-
- class JSXPathNSResolver : public XPathNSResolver {
- public:
-
- JSXPathNSResolver(v8::Handle<v8::Object> resolver);
- virtual ~JSXPathNSResolver();
-
- virtual String lookupNamespaceURI(const String& prefix);
-
- private:
- v8::Handle<v8::Object> m_resolver; // Handle to resolver object.
- };
-}
-
-#endif // ENABLE(XPATH)
-
-#endif // JSXPATHNSRESOLVER_H__
« no previous file with comments | « no previous file | webkit/port/bindings/v8/JSXPathNSResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698