diff options
Diffstat (limited to 'WebCore/wml/WMLCardElement.cpp')
-rw-r--r-- | WebCore/wml/WMLCardElement.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/wml/WMLCardElement.cpp b/WebCore/wml/WMLCardElement.cpp index 63240f3..818b818 100644 --- a/WebCore/wml/WMLCardElement.cpp +++ b/WebCore/wml/WMLCardElement.cpp @@ -339,8 +339,6 @@ WMLCardElement* WMLCardElement::determineActiveCard(Document* doc) // Update the document title doc->setTitle(activeCard->title()); - // Set the active activeCard in the WMLPageState object - pageState->setActiveCard(activeCard); return activeCard; } |