Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index 8c3a67d122a41aa0c615b09aca4b48cb0889b413..f034525e3dea8dc8a08f1fce712e6cba73b6156a 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -890,7 +890,6 @@ public: |
| enum LoadEventProgress { |
| LoadEventNotRun, |
| - LoadEventTried, |
| LoadEventInProgress, |
| LoadEventCompleted, |
| BeforeUnloadEventInProgress, |