summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/nsPlacesTriggers.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/places/nsPlacesTriggers.h')
-rw-r--r--toolkit/components/places/nsPlacesTriggers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/components/places/nsPlacesTriggers.h b/toolkit/components/places/nsPlacesTriggers.h
index d5b45ff5e..37871a3eb 100644
--- a/toolkit/components/places/nsPlacesTriggers.h
+++ b/toolkit/components/places/nsPlacesTriggers.h
@@ -192,8 +192,7 @@
"WHEN NEW.open_count = 0 " \
"BEGIN " \
"DELETE FROM moz_openpages_temp " \
- "WHERE url = NEW.url " \
- "AND userContextId = NEW.userContextId;" \
+ "WHERE url = NEW.url;" \
"END" \
)