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

Unified Diff: Source/core/html/HTMLTableElement.h

Issue 18398002: Remove IDBNotFoundError ExceptionCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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
Index: Source/core/html/HTMLTableElement.h
diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
index 73fee6b42a9366b6bcd31bc727f9fcfbff526897..aef92d0d3935dbb370a5b638048481d393b7ae4f 100644
--- a/Source/core/html/HTMLTableElement.h
+++ b/Source/core/html/HTMLTableElement.h
@@ -35,6 +35,8 @@ class HTMLTableCaptionElement;
class HTMLTableRowsCollection;
class HTMLTableSectionElement;
+typedef int ExceptionCode;
Mike West 2013/07/10 09:40:30 This doesn't seem related to this CL. What changed
arv (Not doing code reviews) 2013/07/10 15:37:24 Not necessary, just a cleanup. I'll remove for now
+
class HTMLTableElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLTableElement> create(Document*);

Powered by Google App Engine
This is Rietveld 408576698