Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h |
diff --git a/Source/bindings/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h |
similarity index 93% |
rename from Source/bindings/v8/custom/V8CustomXPathNSResolver.h |
rename to Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h |
index 4c6712bb9f378989f8dbc9f2e7eaf89f3e06bc7d..96e4ae9654fc1b02b34495ea169d8b3b7aee6442 100644 |
--- a/Source/bindings/v8/custom/V8CustomXPathNSResolver.h |
+++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h |
@@ -40,7 +40,7 @@ |
namespace WebCore { |
// V8CustomXPathNSResolver does not create a persistent handle to the |
-// given resolver object. So the lifetime of V8CustomXPathNSResolver |
+// given resolver object. So the lifetime of V8CustomXPathNSResolver |
// must not exceed the lifetime of the passed handle. |
class V8CustomXPathNSResolver FINAL : public XPathNSResolver { |
public: |
@@ -54,10 +54,10 @@ public: |
private: |
V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*); |
- v8::Handle<v8::Object> m_resolver; // Handle to resolver object. |
+ v8::Handle<v8::Object> m_resolver; // Handle to resolver object. |
v8::Isolate* m_isolate; |
}; |
} // namespace WebCore |
-#endif // V8CustomXPathNSResolver_h |
+#endif // V8CustomXPathNSResolver_h |