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

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

Issue 18398002: Remove IDBNotFoundError ExceptionCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge Created 7 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
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;
+
class HTMLTableElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLTableElement> create(Document*);

Powered by Google App Engine
This is Rietveld 408576698